From: Kim F. Storm Date: Sun, 25 Jul 2004 22:14:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21529 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7b2dce18610267980dbf94b70e7c397808f11453;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 292d70d3d7d..f7f92005937 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2004-07-26 Kim F. Storm + + * xdisp.c (move_it_in_display_line_to): If overflow-newline-into-fringe + is enabled, return MOVE_LINE_CONTINUED rather than MOVE_POS_MATCH_OR_ZV + if target position is at end of display line but char is not a newline. + 2004-07-25 Richard M. Stallman * window.c (coordinates_in_window): Return ON_SCROLL_BAR @@ -6,7 +12,7 @@ * dispextern.h (enum window_part): Add ON_SCROLL_BAR. - * window.c (Fcoordinates_in_window_p): + * window.c (Fcoordinates_in_window_p): Take account of FRAME_INTERNAL_BORDER_WIDTH. * alloc.c (check_cons_list): New function (contents commented out).